home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
Squeaky.swf
/
scripts
/
frame_150
/
PlaceObject2_256_33
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
274 b
|
15 lines
onClipEvent(enterFrame){
if(this._x < 100 and _root.oil1._currentframe == 2)
{
this._x += 4;
}
if(_root.hero.hitTest(this.ufotop) && _root.hero._y < this._y)
{
this.gotoAndStop(2);
}
else
{
this.gotoAndStop(1);
}
}